home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_12 / PlaceObject2_626_32 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2008-09-24  |  243 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused)
  3.    {
  4.       return undefined;
  5.    }
  6.    if(this.hitTest(_root.car))
  7.    {
  8.       _root.detail("tutswitch");
  9.    }
  10.    if(_root.details.tutswitch)
  11.    {
  12.       this.light.gotoAndStop(2);
  13.    }
  14. }
  15.